@charset "utf-8";

/*====头条====*/
.headline_row {
	width: 100%;
	background-color: #f7f7f8;
	margin-top: 40px;
	padding: 48px 0 36px 0;
	text-align: center;
	box-sizing: border-box;
}

.headline_row h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
}

.headline_row p {
	font-size: 16px;
	margin-top: 15px;
}

.headline_row p a {
	color: #666;
}

.headline_row h2 a,
.headline_row a:hover {
	color: #cb3838;
}

.headline_row p a:hover {
	text-decoration: underline;
}

/*======首屏======*/
.main_list1 {
	overflow: hidden;
}

.headline_bottom {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 23px;
}

.headline_bottom h3 {
	width: 880px;
	text-align: center;
	font-size: 32px;
	line-height: 60px;
	font-weight: bold;
}

.headline_bottom_right {
	width: 318px;
	border-left: 1px solid #e0e0e0;
	height: 77px;
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	box-sizing: border-box;
}

.headline_bottom_right a {
	display: flex;
	width: 136px;
	align-items: center;
	justify-content: space-between;
}

.headline_bottom_right span {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.main_list2 {
	margin-top: 80px;
	overflow: hidden;
}

/* ===轮播图=== */
.focus_row {
	float: left;
	width: 620px;
	height: 348px;
	overflow: hidden;
	position: relative;
}

.focus_row .hd {
	width: 100%;
	height: 100%;
	position: absolute;
}

.focus_row .hd .pageState {
	position: absolute;
	right: 18px;
	bottom: 16px;
	z-index: 100;
	font-size: 20px;
	color: #ddd;
	letter-spacing: 4px;
	line-height: 30px;
}

.focus_row .hd .pageState span {
	color: #c8141d;
	font-size: 30px;
	font-weight: 700;
}

.focus_row .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.focus_row .bd li {
	zoom: 1;
}

.focus_row .bd img {
	width: 620px;
	height: 348px;
	transition: all 0.5s;
}

.focus_row .bd img:hover {
	transform: scale(1.1);
}

.focus_row .bd h4 {
	position: absolute;
	bottom: 0px;
	left: 0;
	line-height: 70px;
	width: 78%;
	margin-left: 22px;
	z-index: 111;
	font-size: 22px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgba(255, 255, 255, 1);
}

.focus_row .bd div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: url("../images_2024/opacity_bg.png") repeat-x;
}

/*===要闻===*/
.title1 {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}

.title1 em {
	position: relative;
	bottom: -3px;
	display: inline-block;
	color: #cb3838;
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 12px;
	border-bottom: 3px solid #cb3838;
}

.first_news {
	float: right;
	width: 550px;
	height: 348px;
	overflow: hidden;
}

.news_list1 {
	margin-top: 16px;
}

.news_list1 li {
	font-size: 18px;	
	line-height: 40px;	
}

.main_list3 {
	margin: 78px auto 74px;
	overflow: hidden;
}

.news2_row {
	width: 620px;
}

.news_list2 li::before {
	content: "";
	display: block;
	position: relative;
	top: 28px;
	width: 6px;
	height: 6px;
	background-color: #bf4d4d;
}

.news_list2 a {
	padding-left: 17px;
}

.news_list2 li {	
	position: relative;
	font-size: 18px;	
	line-height: 40px;	
}

/* ===招标信息=== */
.infor_btn {
	width: 460px;
}

.infor_btn a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 460px;
	height: 190px;
	font-size: 26px;
	font-weight: 700;
	color: #ca3737;
}

.infor_btn a:hover>* {
	transition: all .3s;
	transform: translateY(-5px);
}

.infor_btn a:nth-of-type(1) {
	margin-top: 4px;
	background: url("../images_2024/call_bg.png") 230px 21px no-repeat #f4f4f5;
}

.infor_btn a:nth-of-type(2) {
	margin-top: 18px;
	background: url("../images_2024/recruit_bg.png") 225px 35px no-repeat #f4f4f5;
}

.infor_btn a:nth-of-type(1) img {
	margin: 10px 0 23px;
}

.infor_btn a:nth-of-type(2) img {
	margin: 13px 0 20px;
}

/* ===媒体矩阵=== */
.media_row {
	width: 100%;
	padding-bottom: 46px;
	background-color: #f2f2f3;
	overflow: hidden;
}

.title2 {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	margin: 75px 0 50px;
}

.title2 em {
	color: #cb3737;
}

.media_logo_row {
	width: 1216px;
}

.media_logo_row a {
	float: left;
	width: 226px;
	height: 120px;
	margin: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	overflow: hidden;
}

.media_logo_row a:hover {
	-webkit-box-shadow: 4px 4px 16px #d8d8d8;
	-moz-box-shadow: 4px 4px 16px #d8d8d8;
	box-shadow: 4px 4px 16px #d8d8d8;
}

.media_logo_row a img {
	transition: all 0.5s;
}

.media_logo_row a img:hover {
	transform: scale(1.1);
}
